crypto/internal/bigmod.Nat.setBytes (method)

3 uses

	crypto/internal/bigmod (current package)
		nat.go#L155: 	if err := x.setBytes(b, m); err != nil {
		nat.go#L170: 	if err := x.setBytes(b, m); err != nil {
		nat.go#L190: func (x *Nat) setBytes(b []byte, m *Modulus) error {